testing.common.cleanupStarted (field)

4 uses

	testing (current package)
		testing.go#L644: 	cleanupStarted atomic.Bool    // Registered cleanup callbacks have started to execute
		testing.go#L1409: 	c.cleanupStarted.Store(true)
		testing.go#L1410: 	defer c.cleanupStarted.Store(false)
		testing.go#L1807: 	if t.cleanupStarted.Load() {